Papers with EA task
An Accurate Unsupervised Method for Joint Entity Alignment and Dangling Entity Detection (2022.findings-acl)
Copied to clipboard
| Challenge: | Existing methods for knowledge graph integration lack dangling entities that can be manually extracted. |
| Approach: | They propose a Unsupervised method for joint Entity alignment and Dangling entity detection that uses literal semantic information to generate pseudo entity pairs and globally guided alignment information for EA. |
| Outcome: | The proposed method outperforms state-of-the-art methods in the EA and DED tasks and achieves comparable results without supervision. |
Advancing Cross-Lingual Entity Alignment with Large Language Models: Tailored Sample Segmentation and Zero-Shot Prompts (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Existing approaches to integrate large language models into cross-lingual entity alignment tasks pose challenges in handling large-scale data, generating suitable data samples, and adapting prompts for the EA task. |
| Approach: | They propose a framework that integrates distance feature extraction, sample **Seg**mentation, and zero-shot prompts to integrate LLMs into cross-lingual entity alignment tasks. |
| Outcome: | The proposed framework is able to extract features from large-scale data and adapt prompts to the task. |
From Alignment to Entailment: A Unified Textual Entailment Framework for Entity Alignment (2023.findings-acl)
Copied to clipboard
| Challenge: | Existing methods encode the triples of entities as embeddings and learn to align the embeddables, which prevents the direct interaction between the original information of the cross-KG entities. |
| Approach: | They propose to transform the triples into unified textual sequences and model the EA task as a bi-directional textual entailment task between the sequences of cross-KG entities. |
| Outcome: | The proposed approach outperforms the state-of-the-art methods on five cross-lingual datasets and allows the mutual enhancement of the heterogeneous information. |